Keysight VISA.NET Help
WriteBinary(SByte[]) Method



The array of signed bytes to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer.
Syntax
'Declaration
 
Overloads Sub WriteBinary( _
   ByVal data() As SByte _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As SByte
 
instance.WriteBinary(data)
void WriteBinary( 
   sbyte[] data
)
void WriteBinary( 
   array<sbyte>^ data
) 

Parameters

data
The array of signed bytes to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025